home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Sources-Targets / t-encrose < prev    next >
Encoding:
Text File  |  1993-02-05  |  1.0 KB  |  36 lines  |  [TEXT/MPS ]

  1. LIMITS_H    =
  2. CONFIG2_H    = $(srcdir)/config/ns32k.h $(srcdir)/config/encrose.h
  3.  
  4. # Add additional dependencies to recompile selected modules whenever the
  5. # tm*.h file changes.  The files compiled are:
  6. #
  7. #    gcc.c        (*_SPEC changes)
  8. #    toplev.c    (new switches + assembly output changes)
  9. #    sdbout.c    (debug format changes)
  10. #    dbxout.c    (debug format changes)
  11. #    dwarfout.c    (debug format changes)
  12. #    final.c        (assembly output changes)
  13. #    varasm.c    (assembly output changes)
  14. #    cse.c        (cost functions)
  15. #    insn-output.c    (possible ifdef changes in out-<xx>)
  16. #    regclass.c    (fixed/call used register changes)
  17. #    cccp.c        (new preprocessor macros, -v version #)
  18. #    explow.c    (GO_IF_LEGITIMATE_ADDRESS)
  19. #    recog.c        (GO_IF_LEGITIMATE_ADDRESS)
  20. #    reload.c    (GO_IF_LEGITIMATE_ADDRESS)
  21.  
  22. gcc.o: $(CONFIG2_H)
  23. toplev.o: $(CONFIG2_H)
  24. sdbout.o: $(CONFIG2_H)
  25. dbxout.o: $(CONFIG2_H)
  26. dwarfout.o: $(CONFIG2_H)
  27. final.o: $(CONFIG2_H)
  28. varasm.o: $(CONFIG2_H)
  29. cse.o: $(CONFIG2_H)
  30. insn-output.o: $(CONFIG2_H)
  31. regclass.o: $(CONFIG2_H)
  32. cccp.o: $(CONFIG2_H)
  33. explow.o: $(CONFIG2_H)
  34. recog.o: $(CONFIG2_H)
  35. reload.o: $(CONFIG2_H)
  36.